

# on wake up normal variables
WIFE_HOME			string		Note: Do not use anymore. Used to be the full path to wife home directory / folder. Now it's one step up from the wife system folder.
HOME_PATH			string		The full path to wife home directory / folder (the base directory of the installed application).
SYSTEM_PATH			string		The full path to wife system directory / folder.
WIFE_RELEASE_VERSION		integer		release version
WIFE_BETA_VERSION			integer		beta version (99=release)
WIFE_SP_VERSION				integer 	service pack version
SESSION						id		a session number used to tell wife when the script can exit
USER_ID						id		internal wife id of the user who fired the script
USER_SHORT					string		user's short name / login name eg. Johnny


# specific variables of interest
DATA			list		the full list of data, see below



# A Media
0	id				int			a click with date (when added)
1	lastid			int			a click with date when modified
2	owner			list		list of user, 0=id 1=short 2=icon
3	lastowner		list		list of lastuser, 0=id 1=short 2=icon
4	name			string		name of tape
5	number			string		number of tape
6	format			string		format of tape
7	fps				int			frames per second
8	dropframe		bool		is dropframe
9	client			string		name of client company
10	http			bool		http shared
11	location		int			3.1 / 0=label 1=icon                          OLD >>> 0=inlibrary 1=inuse 2=erased 3=unknown 4=outofhouse
12	note			string		note
13	std				list		was customs, now 4.0, PAL NTSC HD DATA
14	entries			list		the standard fields for entry and customs. see entries
15	history			string		history, 4.0 now in file
16	client_id		string		3.2 client id
17	prj_id			string		3.2 prj_id
18	company_id		string		3.2 company_id
19	t_type			string		4.0 dir cut, master, dub etc...
20	?custom0		list		4.0 value only
.......
....


# entries
0	title			string		title
1	aspect			string		was dur, now 4.0 = aspect 4:3 16:9
2	in				string		tc in (frames)
3	out				string		tc out (frames)
4	note			string		note
5	audio			int			0= mono 1= stereo 2=other 3=none or string
6	unique			int			a unique number starting from 0
7	e_type			string		dircut master rushes dub etc..
8	e_source		list		see e_source
9	e_id			list		4.2 auto numbering field, that is unique, IF LIB_USE_ENTRY_IDS == 1, else empty
10	?custom0		list		4.0 value only
.......
....

